Boolean Satisfiability#81
Conversation
|
Looks pretty good so far. I’d like to sit down and play with the input generation a bit. A couple of things occur to me at first glance:
I’ll have to sit down in a while an do some tinkering with running things, but this is a smart addition. I’ve never actually thought to represent SAT this way because I typically default to something like Minisat. Pretty cool. I would think it introduces a new category. Need to figure out the best way to say it. |
|
To address the given points:
|
|
For the docs, just remember to document the actual thoughts behind the lines. Role can be important, too, but we are going for people who don’t know the systems. For rendering I’d go even simpler: ASCII should do the trick (see the subset sum, sudoku, or wolf/goat/cabbage). I’m trying to keep outputs as simple and consistent as possible. One of the few exceptions right now is graphviz. Different examples could work, or a single statement with a satisfying assignment that is smaller than the maximal version. Either way, best not to leave some of the definitions up to the imagination if we can avoid it. |
|
By the way, mind if I embellish the README a bit? |
No description provided.